net/http.ServeMux.matchingMethods (method)

2 uses

	net/http (current package)
		server.go#L2629: 		allowedMethods := mux.matchingMethods(host, path)
		server.go#L2717: func (mux *ServeMux) matchingMethods(host, path string) []string {